std::vector< std::string > _errorMessages
The list of descriptions of messages encountered, if any.
Definition: ContentLoadResult.h:26
std::vector< T * > _loadResult
The list of all content that could be successfully parsed.
Definition: ContentLoadResult.h:27
Holds information about a content load attempt.
Definition: ContentLoadResult.h:23
CONTENT_LOAD_RESULT_STATE _success
The final status of the content loading attempt.
Definition: ContentLoadResult.h:28